Skip to main content

MinerApi

All URIs are relative to **

MethodHTTP requestDescription
publicMinersDealsMinerGetGET /public/miners/deals/{miner}Get all miners deals
publicMinersStatsMinerGetGET /public/miners/stats/{miner}Get miner stats

publicMinersDealsMinerGet

Get all miners deals

This endpoint returns all miners deals

Example

 publicMinersDealsMinerGet miner=value  ignore-failed=value

Parameters

NameTypeDescriptionNotes
minerstringFilter by miner
ignoreFailedstringIgnore Failed[optional]

Return type

(empty response body)

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not Applicable
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

publicMinersStatsMinerGet

Get miner stats

This endpoint returns miner stats

Example

 publicMinersStatsMinerGet miner=value

Parameters

NameTypeDescriptionNotes
minerstringFilter by miner

Return type

(empty response body)

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not Applicable
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]